![]() |
NewKCCallbackUPP |
||||
Header: | Keychain.h | Carbon status: | Under Evaluation | |
Creates a UPP to your Keychain event-handling callback function.
KCCallbackUPP NewKCCallbackUPP ( KCCallbackProcPtr userRoutine );
A pointer to your Keychain event handling callback function.
A UPP to your callback function. You register your callback function by passing this UPP to the function
When you are finished with a UPP, you should dispose of it by calling the function DisposeKCCallbackUPP.
Under evaluation for Carbon. Available in CarbonLib 1.0 and later. Exported by CarbonLib 1.0 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)